.about-ban {
	width: 100%;
	display: inline-block;
	position: relative;
}

.about-ban img {
	width: 100%;
}

.about-ban .txt {
	width: 40%;
	position: absolute;
	bottom: 60px;
	left: 13.54%;
}

.about-ban .txt div:nth-child(1) {
	font-size: 48px;
	color: #ffffff;
}

.about-ban .txt div:nth-child(1) span {
	color: #e13742;
}

.about-ban .txt div:nth-child(2) {
	width: 100%;
	margin-top: 30px;
}

.about-ban .txt div:nth-child(2) p {
	font-size: 22px;
	line-height: 48px;
	color: #ffffff;
}

.about-navlist {
	width: 100%;
	background: #f4f4f4;
}

.about-navlist.fixed {
	position: fixed;
	left: 0;
	top: 70px;
	width: 100%;
	z-index: 99;
}

.about-navlist .container {
	padding: 0;
}

.about-navlist ul {
	display: flex;
	flex-wrap: wrap;
}

.about-navlist ul li {
	text-align: center;
	width: 50%;
}

.about-navlist ul li a {
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 60px;
	color: #333333;
}

.about-navlist ul li.active a {
	background: #e13742;
	color: #fff;
}

.about-navlist ul li:hover a {
	background: #e13742;
	color: #fff;
}

@media (min-width: 992px) {
	.about-navlist {
		height: 60px;
	}

	.about-navlist ul li {
		width: auto;
		flex: 1;
	}
}

.about-01 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}


.about-tit {
	text-align: center;
	position: relative;
	font-size: 28px;
	color: #111111;
	padding-bottom: 20px;
	font-weight: bold;
}

.about-tit::after {
	width: 50px;
	height: 4px;
	background: #e13742;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
}

@media (min-width: 992px) {
	.about-tit {
		font-size: 34px;
	}
}

.about-01 .conk {
	width: 100%;
	flex-direction: column;
	margin-top: 60px;
}

.about-01 .conk .pic {
	width: 100%;
	position: relative;
	height: 480px;
}

.about-01 .conk .pic::before {
	width: 88%;
	height: 420px;
	content: "";
	background: #e8e7ec;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.about-01 .conk .pic::after {
	width: 88%;
	height: 420px;
	content: "";
	background: #e13742;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 2;
}

.about-01 .conk .pic .img {
	width: 88%;
	height: 460px;
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 3;
	overflow: hidden;
}

.about-01 .conk .pic .img img {
	width: 100%;
	transition: all 0.6s;
}

.about-01 .conk .pic .img:hover img {
	transform: scale(1.1);
}

.about-01 .conk .txt {
	width: 100%;
	margin-top: 30px;
}

.about-01 .conk .txt .tit {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.about-01 .conk .txt .tit::after {
	width: 50px;
	height: 2px;
	background: #e13742;
	content: "";
	position: absolute;
	left: 160px;
	top: 16px;
}

.about-01 .conk .txt .nr {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.about-more {
	text-align: center;
	margin-top: 30px;
}

.about-more a {
	width: 200px;
	height: 50px;
	background-color: #e13742;
	border-radius: 6px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.about-more a:hover {
	background: none;
	border: 1px solid #e13742;
	color: #e13742;
}

@media (min-width: 992px) {
	.about-01 .conk .pic .img {
		width: 94%;
	}

	.about-01 .conk {
		flex-direction: row;
	}

	.about-01 .conk .pic {
		width: 24.28%;
		position: relative;
		height: 480px;
	}

	.about-01 .conk .txt {
		width: 72.85%;
		margin-left: 40px;
		margin-top: 0px;
	}
}

@media (min-width: 1500px) {
	.about-01 .conk .pic .img {
		width: 82%;
	}
}

.about-02 {
	width: 100%;
	display: inline-block;
	background: url(../images/about_bj1.jpg) no-repeat center top;
	padding: 60px 0 60px 0;
	position: relative;
}

.white {
	color: #fff;
}

.about-02 .conk {
	overflow-x: auto;
	position: relative;
	height: 375px;
	margin-top: 40px;
}

.about-02 .conk .flex {
	width: 1400px;
	position: absolute;
	top: 0px;
	left: 0;
	justify-content: space-between;
}

.about-02 .conk .item1 {
	width: 18%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.2);
	padding: 50px 30px;
}

.about-02 .conk .item1:nth-last-child(1) {
	margin-right: 0;
}

.about-02 .conk .item1 .pic {
	width: 100%;
	text-align: center;
}

.about-02 .conk .item1 .pic img {
	width: 30%;
}

.about-02 .conk .item1 .txt {
	width: 100%;
	margin-top: 30px;
}

.about-02 .conk .item1 .txt .tit {
	text-align: center;
	font-size: 20px;
	color: #333333;
	position: relative;
	font-weight: bold;
}

.about-02 .conk .item1 .txt .tit::after {
	width: 50px;
	height: 4px;
	background: #e13742;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -25px;
}

.about-02 .conk .item1 .txt .nr {
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

@media (min-width: 992px) {
	.about-02 .conk {
		overflow-x: initial;
	}

	.about-02 .conk .item1 .txt .tit {
		font-size: 24px;
	}

	.about-02 .conk .flex {
		width: auto;
	}
}

.about-03 {
	width: 100%;
	display: inline-block;
	padding: 0 0 60px 0;
}

.about-03 .conk {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}

.about-03 .conk .flex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.about-03 .conk ul li {
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.about-03 .conk ul li p {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	align-items: center;
	display: flex;
	padding: 30px;
	line-height: 26px;
	transition: all 0.5s;
}

.about-03 .conk ul li:hover p {
	opacity: 1;
}

.about-03 .conk ul li img {
	width: 100%;
}

@media (min-width: 992px) {
	.about-03 .conk .flex {
		flex-direction: row;
	}

	.about-03 .conk ul {
		gap: 19px;
	}

	.about-03 .conk ul li {
		width: 23.92%;
		margin-top: 0;
	}

	.about-03 .conk ul li:nth-child(1),
	.about-03 .conk ul li:nth-last-child(1) {
		width: 49.28%;
	}

	.about-03 .conk ul li:nth-child(1) {
		margin-left: 0;
	}

	.about-03 .conk ul li:nth-child(4) {
		margin-left: 0;
	}
}

.about-04 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.about-04 .conk {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
	position: relative;
}

.about-04 .conk .pic {
	width: 100%;
	border: solid 1px #cccccc;
	overflow: hidden;
}

.about-04 .conk .pic img {
	width: 100%;
	transition: all 0.6s;
}

.about-04 .conk .pic:hover img {
	transform: scale(1.1);
}

.about-04 .conk .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/about_right_red.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-04 .conk .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/about_left_red.png) no-repeat;
	background-size: cover;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.about-04 .conk .swiper-button-next:after,
.about-04 .conk .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.about-04 .conk .swiper-button-prev:after,
.about-04 .conk .swiper-rtl .swiper-button-next:after {
	content: '';
}

.about-04 .conk .swiper-button-next.swiper-button-disabled,
.about-04 .conk .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	background: url(../images/about_right.png) no-repeat;
	background-size: cover;
	pointer-events: none;
}

.about-04 .conk .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	background: url(../images/about_left.png) no-repeat;
	background-size: cover;
	pointer-events: none;
}

@media (min-width: 992px) {
	.about-04 .conk .swiper-button-prev {
		left: -70px;
		width: 60px;
		height: 60px;
	}

	.about-04 .conk .swiper-button-next {
		right: -70px;
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 1500px) {
	.about-04 .conk .swiper-button-prev {
		left: -100px;
		width: 80px;
		height: 80px;
	}

	.about-04 .conk .swiper-button-next {
		right: -100px;
		width: 80px;
		height: 80px;
	}
}

.about-05 {
	width: 100%;
	display: inline-block;
	background: url(../images/about_bj2.jpg) no-repeat;
	padding: 60px 0;
}

.about-05 .conk {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
	height: 570px;
	position: relative;
}

.about-05 .conk .con {
	width: 100%;
	position: relative;
	padding: 0 0 0 40px;
}

.about-05 .conk .con .time {
	font-size: 26px;
	font-weight: bold;
	color: #e13742;
}

.about-05 .conk .con .time span {
	font-size: 30px;
	font-weight: bold;
	color: #e13742;
}

.about-05 .conk .con .nr {
	margin-top: 25px;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}

.about-05 .conk .con .pic {
	width: 100%;
	overflow: hidden;
}

.about-05 .conk .con .pic img {
	width: 100%;
	transition: all 0.6s;
}

.about-05 .conk .con:hover .pic img {
	transform: scale(1.1);
}

.about-05 .conk .con::after {
	width: 20px;
	height: 320px;
	background: url(../images/about_18.png) no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.about-05 .conk .swiper-slide {
	margin-top: 70px;
}

.about-05 .conk .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/about_right_red.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-05 .conk .swiper-button-prev {
	position: absolute;
	top: 0;
	left: auto;
	right: 70px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/about_left_red.png) no-repeat;
	background-size: cover;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.about-05 .conk .swiper-button-next:after,
.about-05 .conk .swiper-rtl .swiper-button-prev:after {
	content: '';
}

.about-05 .conk .swiper-button-prev:after,
.about-05 .conk .swiper-rtl .swiper-button-next:after {
	content: '';
}

.about-05 .conk .swiper-button-next.swiper-button-disabled,
.about-05 .conk .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	background: url(../images/about_right.png) no-repeat;
	background-size: cover;
	pointer-events: none;
}

.about-05 .conk .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	background: url(../images/about_left.png) no-repeat;
	background-size: cover;
	pointer-events: none;
}

@media (min-width: 992px) {
	.about-05 .conk .con .time span {
		font-size: 40px;
	}

	.about-05 .conk .swiper-slide:nth-child(odd) {
		margin-top: 170px;
	}

	.about-05 .conk .swiper-button-prev {
		left: -70px;
		width: 60px;
		height: 60px;
		top: 50%;
	}

	.about-05 .conk .swiper-button-next {
		right: -70px;
		width: 60px;
		height: 60px;
		top: 50%;
	}
}

@media (min-width: 1500px) {
	.about-05 .conk .swiper-button-prev {
		left: -100px;
		width: 80px;
		height: 80px;
		top: 50%;
	}

	.about-05 .conk .swiper-button-next {
		right: -100px;
		width: 80px;
		height: 80px;
		top: 50%;
	}
}

.about-06 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.about-06 .conk {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}

.about-06 .conk .join_tit {
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 80px;
	background-color: #e13742;
	border-bottom: 1px solid #fff;
}

.about-06 .conk .join_tit span {
	font-size: 18px;
	color: #fff;
	line-height: 80px;
}

.about-06 .conk .join_tit span:nth-child(1) {
	width: 100%;
	background: url(../images/about_24.png) no-repeat left 45px center;
	padding: 0 0 0 75px;
}

.about-06 .conk .join_tit span:nth-child(2) {
	width: 15%;
	background: url(../images/about_25.png) no-repeat left center;
	padding: 0 0 0 35px;
}

.about-06 .conk .join_tit span:nth-child(3) {
	width: 15%;
	background: url(../images/about_26.png) no-repeat left center;
	padding: 0 0 0 35px;
}

.about-06 .conk .join_tit span:nth-child(4) {
	width: 15%;
	background: url(../images/about_27.png) no-repeat left center;
	padding: 0 0 0 35px;
}

.about-06 .conk .join_tit span:nth-child(5) {
	width: 15%;
	background: url(../images/about_28.png) no-repeat left center;
	padding: 0 0 0 35px;
}

.about-06 .conk .join_con {
	display: inline-block;
	width: 100%;
}

.about-06 .conk .zp1 {
	width: 100%;
	margin-bottom: 2px;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.about-06 .conk .zp1h {
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #f4f4f4;
	height: 70px;
	cursor: pointer;
}

.about-06 .conk .zp1h.active {
	width: 100%;
	background: #dddddd;
	height: 70px;
	cursor: pointer;
}

.about-06 .conk .zp1h.active span {
	color: #e13742;
}

.about-06 .conk .zp1h span {
	display: flex;
	flex-direction: row;
	font-size: 18px;
	line-height: 70px;
	color: #333;
}

.about-06 .conk .zp1h span:nth-child(1) {
	width: 100%;
	text-align: left;
	font-weight: 700;
	padding: 0px 30px 0px 40px;
}

.about-06 .conk .zp1h span:nth-child(2) {
	width: 20%;
	padding: 0px 0px 0px 50px;
}

.about-06 .conk .zp1h span:nth-child(3) {
	width: 15%;
}

.about-06 .conk .zp1h span:nth-child(4) {
	width: 15%;
	padding: 0 0 0 25px;
}

.about-06 .conk .zp1h span:nth-child(5) {
	width: 20%;
	padding: 0px 30px 0px 40px;
}

.about-06 .conk .zp1h span:nth-child(6) {
	width: 10%;
	height: 20px;
	text-align: right;
	padding: 0px 60px 0px 40px;
	background: url(../images/about_29.png)no-repeat center center;
	margin-top: 20px;
}

.about-06 .conk .zp1h.active span:nth-child(6) {
	background: url(../images/about_30.png)no-repeat center center;
}



.about-06 .conk .zp1s {
	display: none;
	background: #f4f4f4;
	padding: 30px;
}

.about-06 .conk .zp1s .up {
	width: 100%;
	padding-bottom: 30px;
	display: inline-block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.about-06 .conk .zp1s .down {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.about-06 .conk .zp1s .down span {
	color: #d71920;
	font-weight: bold;
}

.about-06 .conk .zp1h:hover {
	background: #dddddd;
}

.about-06 .conk .zp1h:hover span {
	color: #e13742;
}

.about-06 .conk .join_tit span:nth-child(2),
.about-06 .conk .join_tit span:nth-child(3),
.about-06 .conk .join_tit span:nth-child(4),
.about-06 .conk .join_tit span:nth-child(5) {
	display: none;
}

.about-06 .conk .zp1h span:nth-child(2),
.about-06 .conk .zp1h span:nth-child(3),
.about-06 .conk .zp1h span:nth-child(4),
.about-06 .conk .zp1h span:nth-child(5) {
	display: none;
}

@media (min-width: 992px) {

	.about-06 .conk .join_tit span:nth-child(2),
	.about-06 .conk .join_tit span:nth-child(3),
	.about-06 .conk .join_tit span:nth-child(4) {
		display: block;
	}

	.about-06 .conk .join_tit span:nth-child(1) {
		width: 30%;
	}

	.about-06 .conk .zp1h span:nth-child(2),
	.about-06 .conk .zp1h span:nth-child(3),
	.about-06 .conk .zp1h span:nth-child(4),
	.about-06 .conk .zp1h span:nth-child(5) {
		display: block;
	}

	.about-06 .conk .zp1h span:nth-child(1) {
		width: 30%;
	}
}



/* 联系我们内页 */
.contact {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}


.contact .conk {
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.contact .conk .lf {
	width: 100%;
	margin-top: 30px;
}

.contact .conk .lf .tit {
	font-size: 24px;
	font-weight: bold;
	color: #e13742;
	position: relative;
}

.contact .conk .lf .tit::after {
	width: 41px;
	height: 3px;
	background: #e13742;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
}

.contact .conk .lf .nr {
	width: 100%;
	margin-top: 40px;
}

.contact .conk .lf .nr p {
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
}

.contact .conk .lf .nr p span {
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
}

.contact .conk .lf .nr p:nth-child(1) {
	font-size: 24px;
	color: #333333;
}

.contact .conk .lf .vx {
	width: 100%;
	margin-top: 60px;
}

.contact .conk .lf .vx ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contact .conk .lf .vx ul li {
	width: 160px;
}

.contact .conk .lf .vx ul li:nth-child(2) {
	margin-left: 48px;
}

.contact .conk .lf .vx ul li .pic {
	width: 100%;
	overflow: hidden;
	border: 1px solid #999;
	padding: 5px;
}

.contact .conk .lf .vx ul li .pic img {
	width: 100%;
}

.contact .conk .lf .vx ul li .txt {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}

.contact .conk .ri {
	width: 100%;
	height: 330px;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.contact .conk {
		flex-direction: initial;
	}

	.contact .conk .lf {
		width: 28.85%;
		margin-top: 60px;
	}

	.contact .conk .ri {
		width: 64.28%;
		height: 530px;
		margin-top: 0px;
	}

	.contact .conk .lf .tit {
		font-size: 30px;
	}

}

.contact .conk-02 {
	width: 100%;
	margin-top: 60px;
}

.contact .conk-02 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}

.contact .conk-02 ul li {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

.contact .conk-02 ul li .txt {
	width: 76%;
}

.contact .conk-02 ul li .txt .tit {
	padding-left: 20px;
	font-size: 20px;
	color: #333333;
	position: relative;
	line-height: 22px;
}

.contact .conk-02 ul li .txt .tit::after {
	width: 4px;
	height: 22px;
	background: #e13742;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

.contact .conk-02 ul li .txt .nr {
	margin-top: 10px;
}

.contact .conk-02 ul li .txt .nr p {
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}

.contact .conk-02 ul li .pic {
	width: 24%;
}

.contact .conk-02 ul li .pic img {
	width: 100%;
}

/* .contact .conk-02 ul li:nth-child(1),.contact .conk-02 ul li:nth-child(4) {margin-left: 0;} */

@media (min-width: 992px) {
	.contact .conk-02 ul li {
		width: 23.5%;
	}

	.contact .conk-02 ul li .txt .tit {
		font-size: 22px;
	}
}




/* 定制设计页面 */
.dingzhi-01 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.dingzhi-01 .conk {
	width: 100%;
	margin-top: 60px;
}

.dingzhi-01 .conk ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.dingzhi-01 .conk ul li {
	width: 100%;
	padding: 15px 0;
}

.dingzhi-01 .conk ul li .tit {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.dingzhi-01 .conk ul li .tit span {
	color: #e13742;
}

.dingzhi-01 .conk ul li .nr {
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;

}

@media (min-width: 992px) {
	.dingzhi-01 .conk ul {
		gap: 1.333%;
	}

	.dingzhi-01 .conk ul li {
		width: 32.333%;
		padding: 30px 40px;
		margin-bottom: 1%;
		border-radius: 10px;
		border: solid 1px #cccccc;
	}

	.dingzhi-01 .conk ul li .tit {
		font-size: 24px;
	}

	.dingzhi-01 .conk ul li .nr {
		min-height: 145px;
	}
}

.dingzhi-02 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.dingzhi-02 .conk {
	width: 100%;
	margin-top: 60px;
}

.dingzhi-02 .conk ul {
	text-align: center;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
	gap: 15px;
}

.dingzhi-02 .conk ul li {
	background: #eeeeee;
	border-radius: 10px;
	border: solid 1px #cccccc;
	display: inline-block;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	width: 47%;
	line-height: 50px;
}

.dingzhi-02 .conk ul li.current {
	background: #e13742;
	color: #fff;
}

.dingzhi-02 .conk .item {
	width: 100%;
	margin-top: 60px;
	display: none;
}

.dingzhi-02 .conk .item .flex {
	flex-direction: row;
	flex-wrap: wrap;
}

.dingzhi-02 .conk .item .pic {
	width: 100%;
	overflow: hidden;
}

.dingzhi-02 .conk .item .pic img {
	width: 100%;
	transition: all 0.6s;
}

.dingzhi-02 .conk .item .pic:hover img {
	transform: scale(1.1);
}

.dingzhi-02 .conk .item .txt {
	width: 100%;
	padding: 30px;
	background: #222;
}

.dingzhi-02 .conk .item .txt .tit {
	margin-top: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}

.dingzhi-02 .conk .item .txt .nr {
	margin-top: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
}

.dingzhi-02 .conk .item .txt .list {
	margin-top: 50px;
}

.dingzhi-02 .conk .item .txt .list p {
	padding-left: 16px;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	position: relative;
}

.dingzhi-02 .conk .item .txt .list p::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e13742;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
}

@media (min-width: 992px) {
	.dingzhi-02 .conk .item .pic {
		width: 57.29%;
	}

	.dingzhi-02 .conk .item .txt {
		width: 42.71%;
		padding: 0 60px 0 60px;
	}

	.dingzhi-02 .conk .item .txt .tit {
		margin-top: 70px;
		font-size: 38px;
	}

	.dingzhi-02 .conk .item .txt .nr {
		font-size: 20px;
	}

	.dingzhi-02 .conk ul {
		padding-left: 0;
		padding-right: 0;
	}

	.dingzhi-02 .conk ul li {
		margin: 0 20px;
		padding: 16px 64px;
		line-height: normal;
		width: auto;
	}
}

.dingzhi-03 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.dingzhi-03 .conk {
	width: 100%;
	margin-top: 60px;
}

.dingzhi-03 .conk .item {
	justify-content: center;
	flex-wrap: wrap;
}

.dingzhi-03 .conk .item .item1 {
	width: 100%;
	margin-bottom: 30px;
}

.dingzhi-03 .conk .item .item1 .tit {
	background: url(../images/dingzhi_02.png) no-repeat center center;
	border-radius: 50px 50px 0px 0px;
	overflow: hidden;
	padding: 33px 0;
	text-align: center;
	font-size: 28px;
	color: #e13742;
	line-height: 34px;
}

.dingzhi-03 .conk .item .item1 .tit span {
	color: #fff;
}

.dingzhi-03 .conk .item .item1 .nr {
	width: 100%;
	display: inline-block;
}

.dingzhi-03 .conk .item .item1 .nr .list {
	width: 100%;
	display: inline-block;
	display: flex;
	flex-direction: row;
}

.dingzhi-03 .conk .item .item1 .nr .list .lf {
	width: 31.81%;
	height: 195px;
	background: #e13742;
	writing-mode: vertical-rl;
	display: flex;
	font-size: 22px;
	align-items: center;
	color: #ffffff;
	border-bottom: 1px solid #fff;
	justify-content: center;
}

.dingzhi-03 .conk .item .item1 .nr .list .ri {
	width: 68.19%;
	background-color: #f4f4f4;
	border: solid 1px #cccccc;
	padding: 40px;
}

.dingzhi-03 .conk .item .item1 .nr .list .ri p {
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

@media (min-width: 992px) {
	.dingzhi-03 .conk .item {
		gap: 2.333%;
	}

	.dingzhi-03 .conk .item .item1 .tit {
		font-size: 34px;
	}

	.dingzhi-03 .conk .item .item1 {
		width: 31.42%;
	}

}

.dingzhi-04 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.dingzhi-04 .conk {
	width: 100%;
	margin-top: 60px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dingzhi-04 .conk #tab1 {
	width: 100%;
}

.dingzhi-04 .conk #tab1 li {
	width: 100%;
	padding: 28px 30px;
	background: #999999;
	margin-top: 10px;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
}

.dingzhi-04 .conk #tab1 li::before {
	width: 58px;
	height: 35px;
	background: url(../images/dingzhi_04.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 23px;
	right: 30px;
}

.dingzhi-04 .conk #tab1 li:nth-child(2):before {
	width: 75px;
	height: 35px;
	background: url(../images/dingzhi_05.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 23px;
	right: 30px;
}

.dingzhi-04 .conk #tab1 li:nth-child(3):before {
	width: 75px;
	height: 35px;
	background: url(../images/dingzhi_06.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 23px;
	right: 30px;
}

.dingzhi-04 .conk #tab1 li:nth-child(4):before {
	width: 75px;
	height: 35px;
	background: url(../images/dingzhi_07.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 23px;
	right: 30px;
}

.dingzhi-04 .conk #tab1 li:nth-child(5):before {
	width: 75px;
	height: 35px;
	background: url(../images/dingzhi_08.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 23px;
	right: 30px;
}

.dingzhi-04 .conk #tab1 li:nth-child(6):before {
	width: 75px;
	height: 35px;
	background: url(../images/dingzhi_09.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 23px;
	right: 30px;
}

.dingzhi-04 .conk #tab1 li:nth-child(1) {
	margin-top: 0;
}

.dingzhi-04 .conk #tab1 li.current1::after {
	width: 10px;
	height: 16px;
	background: url(../images/dingzhi_right.png) no-repeat center center;
	content: "";
	position: absolute;
	right: -10px;
	top: 25px;
}

.dingzhi-04 .conk #tab1 li.current1 {
	background: #e13742;
}

.dingzhi-04 .conk #content1 {
	width: 100%;
	margin-top: 30px;
}

.dingzhi-04 .conk #content1 .item {
	width: 100%;
	display: none;
}

.dingzhi-04 .conk #content1 .item .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.dingzhi-04 .conk #content1 .item .pic img {
	width: 100%;
	transition: all 0.6s;
}


.dingzhi-04 .conk #content1 .item .pic .txt p {
	font-size: 18px;
	line-height: 36px;
	position: relative;
	padding-left: 10px;
}

.dingzhi-04 .conk #content1 .item .pic .txt p::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e13742;
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
}

.dingzhi-04 .conk #content1 .item .pic:hover img {
	transform: scale(1.1);
}

.dingzhi-04 .conk #content1 .item:nth-child(1) {
	display: block;
}

@media (min-width: 992px) {
	.dingzhi-04 .conk #tab1 {
		width: 28.57%;
	}

	.dingzhi-04 .conk #content1 {
		width: 68.57%;
		margin-top: 0;
	}

	.dingzhi-04 .conk #content1 .item .pic .txt {
		width: 100%;
		height: 100%;
		background-image: linear-gradient(90deg,
				rgba(0, 0, 0, .8), rgba(0, 0, 0, .0));
		position: absolute;
		top: 0;
		left: 0;
		padding: 60px 70px;
	}

	.dingzhi-04 .conk #content1 .item .pic {
		height: 530px;
	}

	.dingzhi-04 .conk #content1 .item .pic .txt p {
		color: #ffffff;
	}
}

/* 施工工艺页面 */
.gongyi-01 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.gongyi-01 .conk {
	width: 100%;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gongyi-01 .conk .pic {
	width: 100%;
}

.gongyi-01 .conk .pic img {
	width: 100%;
}

.gongyi-01 .conk .txt {
	width: 100%;
}

.gongyi-01 .conk .txt .tit {
	margin-top: 30px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #e13742;
}

.gongyi-01 .conk .txt .nr {
	margin-top: 40px;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

@media (min-width: 992px) {
	.gongyi-01 .conk .pic {
		width: 46.28%;
	}

	.gongyi-01 .conk .txt {
		width: 46.42%;
	}
}

.gongyi-02 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.gongyi-02 .conk {
	width: 100%;
	margin-top: 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gongyi-02 .conk .txt {
	width: 100%;
}

.gongyi-02 .conk .txt .tit {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #e13742;
}

.gongyi-02 .conk .txt .nr {
	margin-top: 30px;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

.gongyi-02 .conk .pic {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.gongyi-02 .conk .pic img {
	width: 100%;
}

@media (min-width: 992px) {
	.gongyi-02 .conk .txt {
		width: 42.85%;
	}

	.gongyi-02 .conk .txt .tit {
		margin-top: 100px;
		font-size: 30px;
	}

	.gongyi-02 .conk .pic {
		width: 48.57%;
		margin-top: 0;
	}
}

.gongyi-03 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.gongyi-03 .jj {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-top: 20px;
}

.gongyi-03 .conk {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.gongyi-03 .conk .top {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gongyi-03 .conk .top .item1 {
	padding: 20px 20px 33px;
	background: url(../images/gongyi_bj1.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.gongyi-03 .conk .top .item1 .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #e13742;
}

.gongyi-03 .conk .top .item1 .nr {
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}

.gongyi-03 .conk .top .item1:nth-child(even) {
	background: url(../images/gongyi_bj2.png) no-repeat center center;
	background-size: 100% 100%;
}

.gongyi-03 .conk .top .item1:nth-child(even) .nr {
	color: #666666;
}

.gongyi-03 .conk .bot {
	width: 100%;
	margin-top: 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gongyi-03 .conk .bot .item1 {
	padding: 30px 20px 33px;
	background: url(../images/gongyi_bj3.png) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.gongyi-03 .conk .bot .item1 .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #e13742;
}

.gongyi-03 .conk .bot .item1 .nr {
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.gongyi-03 .conk .bot .item1:nth-child(even) {
	background: url(../images/gongyi_bj4.png) no-repeat center center;
	background-size: 100% 100%;
}

.gongyi-03 .conk .bot .item1:nth-child(even) .nr {
	color: #fff;
}

.gongyi-03 .conk .x {
	width: 100%;
	height: 6px;
	background: #e13742;
	border-radius: 3px;
	position: absolute;
	top: 47.5%;
	left: 0;
	margin-top: -3px;
}

@media (min-width: 992px) {
	.gongyi-03 .conk .top {
		padding-right: 140px;
	}

	.gongyi-03 .conk .bot {
		padding-left: 140px;
	}

	.gongyi-03 .conk .top .item1,
	.gongyi-03 .conk .bot .item1 {
		width: 21.42%;
	}

	.gongyi-03 .conk .x {
		top: 47.5%;
	}
}

.gongyi-04 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}


.gongyi-04 .conk {
	width: 100%;
	margin-top: 60px;
	flex-direction: row;
	flex-wrap: wrap;
}

.gongyi-04 .conk .item1 {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.gongyi-04 .conk .item1 .txt {
	width: 100%;
	background: #fff;
	padding: 30px 20px;
}

.gongyi-04 .conk .item1 .txt .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #e13742;
}

.gongyi-04 .conk .item1 .txt .nr {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.gongyi-04 .conk .item1 .txt .nr p:nth-child(2) {
	font-size: 14px;
	line-height: 21px;
	color: #666666;
	margin-top: 20px;
}

.gongyi-04 .conk .item1 .pic img {
	width: 100%;
}

@media (min-width: 992px) {
	.gongyi-04 .conk .item1 {
		width: 20%;
		margin-bottom: 0;
	}

	.gongyi-04 .conk .item1 .txt {
		height: 331px;
	}

	.gongyi-04 .conk .item1 .pic img {
		width: auto;
	}
}


/* 售后服务页面 */
.shouhou-01 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.shouhou-01 .conk {
	width: 100%;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shouhou-01 .conk .lf {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.shouhou-01 .conk .lf img {
	width: 100%;
	transition: all 0.6s;
}



.shouhou-01 .conk .lf .txt p:nth-child(1) {
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
}

.shouhou-01 .conk .lf .txt p:nth-child(2) {
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}

.shouhou-01 .conk .lf:hover img {
	transform: scale(1.1);
}

.shouhou-01 .conk .ri {
	width: 100%;
}

.shouhou-01 .conk .ri .item1 {
	width: 100%;
	padding: 0 0 25px;
	border-bottom: 1px dashed rgba(225, 55, 66, .5);
	margin-top: 30px;
}

.shouhou-01 .conk .ri .item1 .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #e13742;
}

.shouhou-01 .conk .ri .item1 .nr {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

@media (min-width: 992px) {
	.shouhou-01 .conk .lf {
		width: 50%;
	}

	.shouhou-01 .conk .lf .txt {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 40px 175px 180px 30px;
	}

	.shouhou-01 .conk .lf .txt p:nth-child(1),
	.shouhou-01 .conk .lf .txt p:nth-child(2) {
		color: #fff;
	}

	.shouhou-01 .conk .lf .txt p:nth-child(2) {
		padding-right: 230px;
	}

	.shouhou-01 .conk .ri {
		width: 47.14%;
	}

}

.shouhou-02 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.shouhou-02 .conk {
	width: 100%;
	margin-top: 60px;
}

.shouhou-02 .conk .top {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shouhou-02 .conk .top .item1 {
	width: 100%;
	border-radius: 40px;
	position: relative;
}

.shouhou-02 .conk .top .item1 .nub {
	position: absolute;
	left: 0;
	top: 35px;
}

.shouhou-02 .conk .top .item1 .nub img {
	width: 50%;
}

.shouhou-02 .conk .top .item1 .tit {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #e13742;
	margin-top: 30px;
	padding-left: 60px;
	font-weight: bold;
}

.shouhou-02 .conk .top .item1 .nr {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	min-height: 50px;
}

.shouhou-02 .conk .bot {
	width: 100%;
	justify-content: space-between;
	direction: rtl;
	unicode-bidi: bidi-override;
	flex-wrap: wrap;
}

.shouhou-02 .conk .bot .item1 {
	width: 100%;
	border-radius: 40px;
	position: relative;
	text-align: left;
}

.shouhou-02 .conk .bot .item1 .nub {
	position: absolute;
	left: 0;
	top: 25px;
}

.shouhou-02 .conk .bot .item1 .nub img {
	width: 50%;
}


.shouhou-02 .conk .bot .item1 .tit {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #e13742;
	margin-top: 20px;
	padding-left: 60px;
	font-weight: bold;
}

.shouhou-02 .conk .bot .item1 .nr {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	height: 50px;
	direction: ltr;
}


@media (min-width: 992px) {
	.shouhou-02 .conk .top .item1 {
		width: 27.57%;
		border: solid 1px #e13742;
		padding: 40px 30px;
	}

	.shouhou-02 .conk .bot .item1 {
		width: 18.57%;
		border: solid 1px #e13742;
		padding: 40px 30px;
	}

	.shouhou-02 .conk .top .item1 .nub {
		position: relative;
		text-align: center;
		top: 0;
	}


	.shouhou-02 .conk .top .item1 .nub img {
		width: 30%;
	}

	.shouhou-02 .conk .top .item1 .tit {
		font-size: 30px;
		text-align: center;
		padding-left: 0;
	}

	.shouhou-02 .conk .top .item1 .nr {
		text-align: center;
	}

	.shouhou-02 .conk .top .item1::after {
		width: 90px;
		height: 50px;
		background: url(../images/shouhou_09.png) no-repeat center center;
		background-size: 100%;
		content: "";
		position: absolute;
		top: 50%;
		right: -100px;
		margin-top: -25px;
	}

	.shouhou-02 .conk .top .item1:nth-last-child(1):after {
		display: none;
	}

	.shouhou-02 .conk .top .item1:nth-last-child(1)::before {
		width: 50px;
		height: 102px;
		background: url(../images/shouhou_10.png) no-repeat center center;
		content: "";
		position: absolute;
		bottom: -113px;
		right: 25%;
	}

	.shouhou-02 .conk .bot .item1::after {
		width: 90px;
		height: 50px;
		background: url(../images/shouhou_11.png) no-repeat center center;
		background-size: 100%;
		content: "";
		position: absolute;
		top: 50%;
		left: -100px;
		margin-top: -25px;
	}

	.shouhou-02 .conk .bot .item1:nth-last-child(1):after {
		display: none;
	}

	.shouhou-02 .conk .bot .item1 .nub {
		position: relative;
		top: 0;
		text-align: center;
	}

	.shouhou-02 .conk .bot .item1 .tit {
		font-size: 30px;
		text-align: center;
		padding-left: 0;
	}

	.shouhou-02 .conk .bot .item1 .nr {
		text-align: center;
	}

	.shouhou-02 .conk .bot {
		margin-top: 120px;
	}

}

@media (min-width: 1500px) {
	.shouhou-02 .conk .top .item1::after {
		width: 102px;
		right: -110px;
	}

	.shouhou-02 .conk .bot .item1::after {
		width: 102px;
		left: -110px;
	}
}

/* 优质材料页面 */
.cailiao-01 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.cailiao-01 .conk {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cailiao-01 .conk .lf {
	width: 100%;
}

.cailiao-01 .conk .lf .list {
	width: 100%;
	padding-right: 140px;
	justify-content: space-between;
	margin-top: 10px;
}

.cailiao-01 .conk .lf .list .item1 {
	width: 130px;
	box-shadow: 5px 9px 10px 0px rgba(14, 4, 8, 0.3);
	border-radius: 10px;
	overflow: hidden;
}

.cailiao-01 .conk .lf .list .item1 img {
	width: 100%;
	transition: all 0.6s;
}

.cailiao-01 .conk .lf .list:nth-child(1) {
	margin-top: 0;
}

.cailiao-01 .conk .lf .list:nth-child(2) {
	width: 100%;
	padding-left: 140px;
	padding-right: 0;
}

.cailiao-01 .conk .lf .list .item1:hover img {
	transform: scale(1.1);
}

.cailiao-01 .conk .ri {
	width: 100%;
}

.cailiao-01 .conk .ri .tit {
	margin-top: 80px;
	font-size: 28px;
	line-height: 34px;
	color: #111111;
	position: relative;
	font-weight: bold;
}

.cailiao-01 .conk .ri .tit::after {
	width: 50px;
	height: 4px;
	background: #e13742;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
}

.cailiao-01 .conk .ri .nr {
	width: 100%;
	margin-top: 60px;
}

.cailiao-01 .conk .ri .nr p:nth-child(1) {
	font-size: 18px;
	line-height: 20px;
	color: #111111;
}

.cailiao-01 .conk .ri .nr p:nth-child(2) {
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

@media (min-width: 992px) {
	.cailiao-01 .conk .ri .tit {
		font-size: 34px;
	}

	.cailiao-01 .conk .ri .nr p:nth-child(1) {
		font-size: 20px;
	}

	.cailiao-01 .conk .lf {
		width: 50%;
	}

	.cailiao-01 .conk .ri {
		width: 42.85%;
	}
}


.cailiao-02 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.cailiao-02 .conk {
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cailiao-02 .conk .lf {
	width: 100%;
}

.cailiao-02 .conk .lf .tit {
	font-size: 28px;
	line-height: 34px;
	color: #111111;
	position: relative;
	font-weight: bold;
}

.cailiao-02 .conk .lf .tit::after {
	width: 50px;
	height: 4px;
	background: #e13742;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
}

.cailiao-02 .conk .lf .nr {
	width: 100%;
	margin-top: 60px;
}

.cailiao-02 .conk .lf .nr p:nth-child(1) {
	font-size: 18px;
	line-height: 20px;
	color: #111111;
}

.cailiao-02 .conk .lf .nr p:nth-child(2) {
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.cailiao-02 .conk .ri {
	width: 100%;
	margin-top: 40px;
}

.cailiao-02 .conk .ri .list {
	width: 100%;
	padding-right: 140px;
	justify-content: space-between;
	margin-top: 10px;
}

.cailiao-02 .conk .ri .list .item1 {
	width: 130px;
	box-shadow: 5px 9px 10px 0px rgba(14, 4, 8, 0.3);
	border-radius: 10px;
	overflow: hidden;
}

.cailiao-02 .conk .ri .list .item1 img {
	width: 100%;
	transition: all 0.6s;
}

.cailiao-02 .conk .ri .list:nth-child(1) {
	margin-top: 0;
}

.cailiao-02 .conk .ri .list:nth-child(2) {
	width: 100%;
	padding-left: 140px;
	padding-right: 0;
}

.cailiao-02 .conk .ri .list .item1:hover img {
	transform: scale(1.1);
}

@media (min-width: 992px) {
	.cailiao-02 .conk .lf {
		width: 42.85%;
	}

	.cailiao-02 .conk .lf .tit {
		font-size: 34px;
		margin-top: 80px;
	}

	.cailiao-02 .conk .lf .nr p:nth-child(1) {
		font-size: 20px;
	}

	.cailiao-02 .conk .ri {
		width: 50%;
		margin-top: 0;
	}
}

.cailiao-03 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}

.cailiao-03 .conk {
	overflow-x: scroll;
	padding: 0 15px 30px 15px;
}

.cailiao-03 .conk .flex {
	width: 1200px;
	margin-top: 100px;
	justify-content: space-between;
}

.cailiao-03 .conk .item1 {
	width: 21.78%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 75px 40px 45px;
	position: relative;
}

.cailiao-03 .conk .item1 .nub {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: -45px;
}

.cailiao-03 .conk .item1 .nub img {
	width: 90%;
	transition: all 0.6s;
}

.cailiao-03 .conk .item1 .tit {
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #111111;
	line-height: 30px;
	position: relative;
}

.cailiao-03 .conk .item1 .tit::after {
	width: 30px;
	height: 4px;
	background: #e13742;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
}

.cailiao-03 .conk .item1 .nr {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	height: 50px;
}

.cailiao-03 .conk .item1:hover .nub img {
	transform: scale(1.1);
}

@media (min-width: 992px) {
	.cailiao-03 .conk {
		overflow-x: hidden;
	}

	.cailiao-03 .conk .item1 .nub img {
		width: 100%;
	}

	.cailiao-03 .conk .item1 .tit {
		font-size: 30px;
	}

	.cailiao-03 .conk .flex {
		width: 100%;
		margin-top: 100px;
		justify-content: space-between;
	}
}

.cailiao-04 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
	background: #f4f4f4;
}

.cailiao-04 .conk {
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cailiao-04 .conk .pic {
	width: 100%;
	overflow: hidden;
}

.cailiao-04 .conk .pic img {
	width: 100%;
	transition: all 0.6s;
}

.cailiao-04 .conk .pic:hover img {
	transform: scale(1.1);
}

.cailiao-04 .conk .txt {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}


@media (min-width: 992px) {
	.cailiao-04 .conk .pic {
		width: 50%;
	}

	.cailiao-04 .conk .txt {
		width: 45.71%;
		margin-top: 80px;
	}
}



/* 增值服务页面 */
.zengzhi-01 {
	width: 100%;
	display: inline-block;
	padding: 60px 0;
}


.zengzhi-01 .conk {
	width: 100%;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zengzhi-01 .conk .lf {
	width: 100%;
}

.zengzhi-01 .conk .lf .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.zengzhi-01 .conk .lf .pic img {
	width: 100%;
	transition: all 0.6s;
}

.zengzhi-01 .conk .lf .pic .txt {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
}

.zengzhi-01 .conk .lf .pic .txt .icon {
	width: 30px;
}

.zengzhi-01 .conk .lf .pic .txt .icon img {
	width: 100%;
}

.zengzhi-01 .conk .lf .pic .txt .tit {
	margin-top: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}

.zengzhi-01 .conk .lf .pic .txt .nr {
	margin-top: 30px;
	font-size: 18px;
	color: #ffffff;
}

.zengzhi-01 .conk .lf .pic:hover img {
	transform: scale(1.1);
}

.zengzhi-01 .conk .ri {
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.zengzhi-01 .conk .ri .item1 {
	width: 100%;
	margin-top: 15px;
}

.zengzhi-01 .conk .ri .item1 .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.zengzhi-01 .conk .ri .item1 .pic img {
	width: 100%;
	transition: all 0.6s;
}

.zengzhi-01 .conk .ri .item1 .pic .txt {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
}

.zengzhi-01 .conk .ri .item1 .pic .txt .icon {
	width: 30px;
}

.zengzhi-01 .conk .ri .item1 .pic .txt .icon img {
	width: 100%;
}

.zengzhi-01 .conk .ri .item1 .pic .txt .tit {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 100px;
	top: 0;
}

.zengzhi-01 .conk .ri .item1 .pic .txt .nr {
	margin-top: 20px;
	font-size: 18px;
	color: #ffffff;
}

.zengzhi-01 .conk .ri .item1:hover .pic img {
	transform: scale(1.1);
}

@media (min-width: 992px) {
	.zengzhi-01 .conk .lf {
		width: 28.57%;
	}

	.zengzhi-01 .conk .ri {
		width: 70.71%;
		gap: 1%
	}

	.zengzhi-01 .conk .ri .item1 {
		width: 49.5%;
		margin-top: 0;
	}

	.zengzhi-01 .conk .ri .item1 .pic .txt {
		padding: 30px;
	}

	.zengzhi-01 .conk .ri .item1 .pic .txt .tit {
		position: relative;
		left: 0;
		margin-top: 20px;
	}

	.zengzhi-01 .conk .ri .item1 .pic .txt .nr {
		margin-top: 20px;
	}
}